Using an RTF Edit Control


The RTFEDIT sample shows a very simple implementation of the RTF edit 
control. See the WritePad sample for a more comprehensive sample using the 
RTF edit control.

This sample is based on the DIALOG sample. This sample is a 32-bit only sample.

Module Map
----------

Dispatch - Message dispatching routines.
WinMain  - Calls initialization functions and processes the message loop.
Generic  - Window procedure for the main application window.
Init     - Performs application and instance-specific initialization.
About    - Defines a standard About dialog box.
Misc     - Defines the application-specific commands not related to
           a specific module.
